home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / FishyHop.swf / scripts / DefineButton2_203 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2008-09-05  |  107 b   |  6 lines

  1. on(release){
  2.    _root.game.isPause = false;
  3.    Fade.start();
  4.    _root.game.gotoAndStop("mainmenu");
  5. }
  6.